* {
    box-sizing: border-box;
}

input, select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}
h1{
    color: #1753aa;
}
.block{
    visibility:hidden;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 40%;
    margin-top: 6px;
}
body{
  font-size: 20px;
}

.col-75 {
    float: left;
    width: 60%;
    margin-top: 6px;
}
.mydescr {
  color: #1753aa;
  font-size: 16px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row{
  padding-bottom: 14px;

}
.div-group{
  padding: 12px 12px 26px 12px;

}
.but-center{
    align-content: center;
    width: 100%;
}
.but-center2{
    align: center;
}
.bigtext{
  font-size: 30px;
}
img {
 width: 512px; /* Ширина изображений */
 height: 512px; /*Высота изображении */
}
input[type=checkbox] {
    transform: scale(3.5);
}



@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
